python-semantic-version: add python-setuptools/host dep to HostBuild
authorAlexandru Ardelean <[email protected]>
Mon, 10 Nov 2025 13:28:09 +0000 (15:28 +0200)
committerAlexandru Ardelean <[email protected]>
Wed, 12 Nov 2025 19:44:33 +0000 (21:44 +0200)
This is needed now, since python3/host no longer installs setuptools
host-side.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-semantic-version/Makefile

index 9a78393f677ad65eba8ce2abadfd500beebfffc3..a253a45f365a73c1eac61743ef66addcd2bcea93 100644 (file)
@@ -20,7 +20,12 @@ PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Jeffery To <[email protected]>
 
 PKG_HOST_ONLY:=1
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+HOST_BUILD_DEPENDS:= \
+       python3/host \
+       python-setuptools/host \
+       python-build/host \
+       python-installer/host \
+       python-wheel/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk